Skip to content

Node discover UI - #3279

Open
fdlamotte wants to merge 3 commits into
meshcore-dev:devfrom
fdlamotte:node_discover_ui
Open

Node discover UI#3279
fdlamotte wants to merge 3 commits into
meshcore-dev:devfrom
fdlamotte:node_discover_ui

Conversation

@fdlamotte

Copy link
Copy Markdown
Collaborator

New screen for repeater discovery

Enter launches a discovery and result is displayed as replies come

Rate-limited to once every 5 sec, (the discover: press enter string will display only if a discover is authorized)

opt-out via UI_NO_DISCOVER_SCREEN flag (code in MyMesh will also not be compiled if there is no DISPLAY_CLASS)

entr0p1 and others added 3 commits August 21, 2026 15:11
MAX_CLIENTS is defined in both src/helpers/ClientACL.h and examples/simple_repeater/MyMesh.h. Appears it was centralised in the former header file some time ago. Both are included in some places and, depending on which order they're in, either value can win.

This change drops the duplicate entry from the repeater firmware and bumps the central limit up to 32 (per the original repeater firmware value).

Changes:
- Remove MAX_CLIENTS from repeater MyMesh.h
- Increase MAX_CLIENTS limit in ClientACL.h to 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants